home *** CD-ROM | disk | FTP | other *** search
- object ModHotKeys: TModHotKeys
- Left = 221
- Top = 107
- BorderStyle = bsDialog
- Caption = 'Modify Hot Key'
- ClientHeight = 422
- ClientWidth = 520
- Font.Color = clBlack
- Font.Height = -17
- Font.Name = 'Arial'
- Font.Style = []
- KeyPreview = True
- Position = poScreenCenter
- Scaled = False
- OnKeyDown = FormKeyDown
- OnShow = FormShow
- PixelsPerInch = 96
- TextHeight = 19
- object Label1: TLabel
- Left = 24
- Top = 52
- Width = 93
- Height = 21
- Alignment = taRightJustify
- AutoSize = False
- Caption = 'Nickname'
- PopupMenu = PopupMenu1
- end
- object Bevel3: TBevel
- Left = 8
- Top = 80
- Width = 505
- Height = 305
- Style = bsRaised
- end
- object Label2: TLabel
- Left = 160
- Top = 84
- Width = 217
- Height = 25
- Alignment = taCenter
- AutoSize = False
- Caption = 'Enter Keystrokes'
- Font.Color = clBlack
- Font.Height = -20
- Font.Name = 'Arial'
- Font.Style = []
- ParentFont = False
- PopupMenu = PopupMenu1
- end
- object Panel1: TPanel
- Left = 8
- Top = 4
- Width = 501
- Height = 41
- Color = clOlive
- PopupMenu = PopupMenu1
- TabOrder = 10
- object HotKeyLabel: TLabel
- Left = 16
- Top = 8
- Width = 473
- Height = 29
- Alignment = taCenter
- AutoSize = False
- Font.Color = clBlack
- Font.Height = -20
- Font.Name = 'Arial'
- Font.Style = []
- ParentFont = False
- end
- end
- object UpdateButton: TButton
- Left = 164
- Top = 388
- Width = 91
- Height = 29
- Caption = '&Update'
- PopupMenu = PopupMenu1
- TabOrder = 8
- OnClick = UpdateButtonClick
- end
- object CancelButton: TButton
- Left = 268
- Top = 388
- Width = 91
- Height = 29
- Caption = '&Cancel'
- PopupMenu = PopupMenu1
- TabOrder = 9
- OnClick = CancelButtonClick
- end
- object NickName: TEdit
- Left = 132
- Top = 48
- Width = 289
- Height = 27
- MaxLength = 40
- PopupMenu = PopupMenu1
- TabOrder = 0
- end
- object NewFormat: TMemo
- Left = 12
- Top = 112
- Width = 497
- Height = 89
- Lines.Strings = (
- 'NewFormat')
- PopupMenu = PopupMenu1
- ScrollBars = ssVertical
- TabOrder = 1
- WantReturns = False
- end
- object Panel2: TPanel
- Left = 12
- Top = 208
- Width = 98
- Height = 133
- BevelOuter = bvLowered
- Color = clTeal
- TabOrder = 2
- object ShiftButton: TButton
- Left = 4
- Top = 4
- Width = 89
- Height = 29
- Caption = 'S&hift'
- Font.Color = clBlack
- Font.Height = -15
- Font.Name = 'Arial'
- Font.Style = []
- ParentFont = False
- PopupMenu = PopupMenu1
- TabOrder = 0
- OnClick = ShiftButtonClick
- end
- object CtrlButton: TButton
- Left = 4
- Top = 36
- Width = 89
- Height = 29
- Caption = 'C&trl'
- Font.Color = clBlack
- Font.Height = -15
- Font.Name = 'Arial'
- Font.Style = []
- ParentFont = False
- PopupMenu = PopupMenu1
- TabOrder = 1
- OnClick = CtrlButtonClick
- end
- object AltButton: TButton
- Left = 4
- Top = 68
- Width = 89
- Height = 29
- Caption = '&Alt'
- Font.Color = clBlack
- Font.Height = -15
- Font.Name = 'Arial'
- Font.Style = []
- ParentFont = False
- ParentShowHint = False
- PopupMenu = PopupMenu1
- ShowHint = True
- TabOrder = 2
- OnClick = AltButtonClick
- end
- end
- object Panel3: TPanel
- Left = 112
- Top = 208
- Width = 98
- Height = 133
- BevelOuter = bvLowered
- Color = clTeal
- TabOrder = 3
- object TabButton: TButton
- Left = 4
- Top = 4
- Width = 89
- Height = 29
- Caption = 'Ta&b'
- Font.Color = clBlack
- Font.Height = -15
- Font.Name = 'Arial'
- Font.Style = []
- ParentFont = False
- PopupMenu = PopupMenu1
- TabOrder = 0
- OnClick = TabButtonClick
- end
- object ReturnButton: TButton
- Left = 4
- Top = 68
- Width = 89
- Height = 29
- Caption = 'E&nter'
- Font.Color = clBlack
- Font.Height = -15
- Font.Name = 'Arial'
- Font.Style = []
- ParentFont = False
- PopupMenu = PopupMenu1
- TabOrder = 2
- OnClick = ReturnButtonClick
- end
- object BackspaceButton: TButton
- Left = 4
- Top = 36
- Width = 89
- Height = 29
- Caption = 'Bac&kspace'
- Font.Color = clBlack
- Font.Height = -15
- Font.Name = 'Arial'
- Font.Style = []
- ParentFont = False
- PopupMenu = PopupMenu1
- TabOrder = 1
- OnClick = BackspaceButtonClick
- end
- object EscButton: TButton
- Left = 4
- Top = 100
- Width = 89
- Height = 29
- Caption = 'E&sc'
- Font.Color = clBlack
- Font.Height = -15
- Font.Name = 'Arial'
- Font.Style = []
- ParentFont = False
- PopupMenu = PopupMenu1
- TabOrder = 3
- OnClick = EscButtonClick
- end
- end
- object Panel6: TPanel
- Left = 212
- Top = 208
- Width = 98
- Height = 133
- BevelOuter = bvLowered
- Color = clTeal
- TabOrder = 4
- object InsertButton: TButton
- Left = 4
- Top = 4
- Width = 89
- Height = 29
- Caption = '&Insert'
- Font.Color = clBlack
- Font.Height = -15
- Font.Name = 'Arial'
- Font.Style = []
- ParentFont = False
- PopupMenu = PopupMenu1
- TabOrder = 0
- OnClick = InsertButtonClick
- end
- object DeleteButton: TButton
- Left = 4
- Top = 36
- Width = 89
- Height = 29
- Caption = '&Delete'
- Font.Color = clBlack
- Font.Height = -15
- Font.Name = 'Arial'
- Font.Style = []
- ParentFont = False
- PopupMenu = PopupMenu1
- TabOrder = 1
- OnClick = DeleteButtonClick
- end
- object HomeButton: TButton
- Left = 4
- Top = 68
- Width = 89
- Height = 29
- Caption = 'Ho&me'
- Font.Color = clBlack
- Font.Height = -15
- Font.Name = 'Arial'
- Font.Style = []
- ParentFont = False
- PopupMenu = PopupMenu1
- TabOrder = 2
- OnClick = HomeButtonClick
- end
- object EndButton: TButton
- Left = 4
- Top = 100
- Width = 89
- Height = 29
- Caption = '&End'
- Font.Color = clBlack
- Font.Height = -15
- Font.Name = 'Arial'
- Font.Style = []
- ParentFont = False
- PopupMenu = PopupMenu1
- TabOrder = 3
- OnClick = EndButtonClick
- end
- end
- object Panel4: TPanel
- Left = 312
- Top = 208
- Width = 98
- Height = 133
- BevelOuter = bvLowered
- Color = clTeal
- TabOrder = 5
- object UpButton: TButton
- Left = 4
- Top = 4
- Width = 89
- Height = 29
- Caption = 'U&p Arrow'
- Font.Color = clBlack
- Font.Height = -15
- Font.Name = 'Arial'
- Font.Style = []
- ParentFont = False
- PopupMenu = PopupMenu1
- TabOrder = 0
- OnClick = UpButtonClick
- end
- object DownButton: TButton
- Left = 4
- Top = 36
- Width = 89
- Height = 29
- Caption = 'D&own Arrow'
- Font.Color = clBlack
- Font.Height = -15
- Font.Name = 'Arial'
- Font.Style = []
- ParentFont = False
- PopupMenu = PopupMenu1
- TabOrder = 1
- OnClick = DownButtonClick
- end
- object LeftButton: TButton
- Left = 4
- Top = 68
- Width = 89
- Height = 29
- Caption = '&Left Arrow'
- Font.Color = clBlack
- Font.Height = -15
- Font.Name = 'Arial'
- Font.Style = []
- ParentFont = False
- PopupMenu = PopupMenu1
- TabOrder = 2
- OnClick = LeftButtonClick
- end
- object RightButton: TButton
- Left = 4
- Top = 100
- Width = 89
- Height = 29
- Caption = '&Right Arrow'
- Font.Color = clBlack
- Font.Height = -15
- Font.Name = 'Arial'
- Font.Style = []
- ParentFont = False
- PopupMenu = PopupMenu1
- TabOrder = 3
- OnClick = RightButtonClick
- end
- end
- object Panel5: TPanel
- Left = 412
- Top = 208
- Width = 98
- Height = 133
- BevelOuter = bvLowered
- Color = clTeal
- TabOrder = 6
- object PageUpButton: TButton
- Left = 4
- Top = 4
- Width = 89
- Height = 29
- Caption = 'Pa&ge Up'
- Font.Color = clBlack
- Font.Height = -15
- Font.Name = 'Arial'
- Font.Style = []
- ParentFont = False
- PopupMenu = PopupMenu1
- TabOrder = 0
- OnClick = PageUpButtonClick
- end
- object PageDownButton: TButton
- Left = 4
- Top = 36
- Width = 89
- Height = 29
- Caption = 'Page Do&wn'
- Font.Color = clBlack
- Font.Height = -15
- Font.Name = 'Arial'
- Font.Style = []
- ParentFont = False
- PopupMenu = PopupMenu1
- TabOrder = 1
- OnClick = PageDownButtonClick
- end
- object DateButton: TButton
- Left = 4
- Top = 68
- Width = 89
- Height = 29
- Caption = 'DATE'
- Font.Color = clBlack
- Font.Height = -15
- Font.Name = 'Arial'
- Font.Style = [fsBold]
- ParentFont = False
- PopupMenu = PopupMenu1
- TabOrder = 2
- OnClick = DateButtonClick
- end
- object TimeButton: TButton
- Left = 4
- Top = 100
- Width = 89
- Height = 29
- Caption = 'TIME'
- Font.Color = clBlack
- Font.Height = -15
- Font.Name = 'Arial'
- Font.Style = [fsBold]
- ParentFont = False
- PopupMenu = PopupMenu1
- TabOrder = 3
- OnClick = TimeButtonClick
- end
- end
- object Panel7: TPanel
- Left = 12
- Top = 344
- Width = 498
- Height = 37
- BevelOuter = bvLowered
- Color = clTeal
- TabOrder = 7
- object F1Button: TButton
- Left = 8
- Top = 4
- Width = 37
- Height = 29
- Caption = 'F1'
- Font.Color = clBlack
- Font.Height = -15
- Font.Name = 'Arial'
- Font.Style = []
- ParentFont = False
- PopupMenu = PopupMenu1
- TabOrder = 0
- OnClick = F1ButtonClick
- end
- object F2Button: TButton
- Left = 48
- Top = 4
- Width = 37
- Height = 29
- Caption = 'F2'
- Font.Color = clBlack
- Font.Height = -15
- Font.Name = 'Arial'
- Font.Style = []
- ParentFont = False
- PopupMenu = PopupMenu1
- TabOrder = 1
- OnClick = F2ButtonClick
- end
- object F3Button: TButton
- Left = 88
- Top = 4
- Width = 37
- Height = 29
- Caption = 'F3'
- Font.Color = clBlack
- Font.Height = -15
- Font.Name = 'Arial'
- Font.Style = []
- ParentFont = False
- PopupMenu = PopupMenu1
- TabOrder = 2
- OnClick = F3ButtonClick
- end
- object F4Button: TButton
- Left = 128
- Top = 4
- Width = 37
- Height = 29
- Caption = 'F4'
- Font.Color = clBlack
- Font.Height = -15
- Font.Name = 'Arial'
- Font.Style = []
- ParentFont = False
- PopupMenu = PopupMenu1
- TabOrder = 3
- OnClick = F4ButtonClick
- end
- object F5Button: TButton
- Left = 168
- Top = 4
- Width = 37
- Height = 29
- Caption = 'F5'
- Font.Color = clBlack
- Font.Height = -15
- Font.Name = 'Arial'
- Font.Style = []
- ParentFont = False
- PopupMenu = PopupMenu1
- TabOrder = 4
- OnClick = F5ButtonClick
- end
- object F6Button: TButton
- Left = 208
- Top = 4
- Width = 37
- Height = 29
- Caption = 'F6'
- Font.Color = clBlack
- Font.Height = -15
- Font.Name = 'Arial'
- Font.Style = []
- ParentFont = False
- PopupMenu = PopupMenu1
- TabOrder = 5
- OnClick = F6ButtonClick
- end
- object F9Button: TButton
- Left = 328
- Top = 4
- Width = 37
- Height = 29
- Caption = 'F9'
- Font.Color = clBlack
- Font.Height = -15
- Font.Name = 'Arial'
- Font.Style = []
- ParentFont = False
- PopupMenu = PopupMenu1
- TabOrder = 8
- OnClick = F9ButtonClick
- end
- object F8Button: TButton
- Left = 288
- Top = 4
- Width = 37
- Height = 29
- Caption = 'F8'
- Font.Color = clBlack
- Font.Height = -15
- Font.Name = 'Arial'
- Font.Style = []
- ParentFont = False
- PopupMenu = PopupMenu1
- TabOrder = 7
- OnClick = F8ButtonClick
- end
- object F7Button: TButton
- Left = 248
- Top = 4
- Width = 37
- Height = 29
- Caption = 'F7'
- Font.Color = clBlack
- Font.Height = -15
- Font.Name = 'Arial'
- Font.Style = []
- ParentFont = False
- PopupMenu = PopupMenu1
- TabOrder = 6
- OnClick = F7ButtonClick
- end
- object F10Button: TButton
- Left = 368
- Top = 4
- Width = 37
- Height = 29
- Caption = 'F10'
- Font.Color = clBlack
- Font.Height = -15
- Font.Name = 'Arial'
- Font.Style = []
- ParentFont = False
- PopupMenu = PopupMenu1
- TabOrder = 9
- OnClick = F10ButtonClick
- end
- object F11Button: TButton
- Left = 408
- Top = 4
- Width = 37
- Height = 29
- Caption = 'F11'
- Font.Color = clBlack
- Font.Height = -15
- Font.Name = 'Arial'
- Font.Style = []
- ParentFont = False
- PopupMenu = PopupMenu1
- TabOrder = 10
- OnClick = F11ButtonClick
- end
- object F12Button: TButton
- Left = 448
- Top = 4
- Width = 37
- Height = 29
- Caption = 'F12'
- Font.Color = clBlack
- Font.Height = -15
- Font.Name = 'Arial'
- Font.Style = []
- ParentFont = False
- PopupMenu = PopupMenu1
- TabOrder = 11
- OnClick = F12ButtonClick
- end
- end
- object PopupMenu1: TPopupMenu
- Left = 428
- Top = 48
- object WhatsThis1: TMenuItem
- Caption = 'What'#39's This?'
- ShortCut = 0
- OnClick = WhatsThis1Click
- end
- end
- end
-